home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Utilities / ENV Server / server src / aevent.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-05-15  |  155 b   |  13 lines  |  [TEXT/ALFA]

  1. /*
  2. ** aevent.h
  3. **
  4. ** declarations for aevent.c -- the apple event code
  5. */
  6.  
  7. #include "GetPutEnvP.h"
  8.  
  9.  
  10. void InitAEs(void);
  11. void DoAppleEvent(EventRecord*);
  12.  
  13.